PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / setCalculateAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction that shall be performed to recalculate the value of this field when that of another field changes.
In This Topic
    setCalculateAction Method
    In This Topic
    Sets the calculate action.
    Syntax
    public void setCalculateAction( 
       PDFJavaScriptAction value
    )

    Parameters

    value
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction that shall be performed to recalculate the value of this field when that of another field changes.
    See Also